home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / spidr100 / setup.arv / README.TXT < prev    next >
Encoding:
Text File  |  1996-09-15  |  1.8 KB  |  60 lines

  1. SPIDER CONTAINERS FOR OBJECT PASCAL
  2.  
  3. For the latest version and information, see 
  4.  
  5. http://www.cam.org/~mibra/spider/
  6.  
  7. OVERVIEW
  8.  
  9. Spider containers are a set of generic type-safe 
  10. container classes for Borland's Object Pascal 
  11. language found in versions 1.0 and 2.0 of Delphi(tm).
  12.  
  13. Complete details of the library included in the 
  14. Windows(tm) help file CONTAIN.HLP.
  15.  
  16.  
  17. INSTALLATION
  18.  
  19. 1. Run the file Setup.exe. (if not already done)
  20.  
  21. 2. When using the evaluation version of the library, 
  22.    projects using the library must establish the project
  23.    directory settings to the path .\16Bit or .\32Bit
  24.    (depending on which version of Delphi) relative to the
  25.    installation path.    
  26.  
  27.    When using the production version of the library,
  28.    projects using the library must establish the project
  29.    directory settings to the path .\Source relative to 
  30.    the installation path.    
  31.  
  32. 3. Merging the help file with Delphi's help system.
  33.  
  34.    Close Delphi if it is currently running.
  35.     
  36.    Run the help installer, HelpInst.Exe, found under 
  37.    the Help directory of your Delphi installation.
  38.    
  39.    Select Options | Search Paths. Enter the search path 
  40.    for the Delphi help directory. This may be very tricky 
  41.    if you are working with Delphi 2.0. As the help 
  42.    installer utility does not support long file names, 
  43.    you may use the abbreviated DOS directory names. For 
  44.    example, for the 
  45.    
  46.    c:\Program Files\Borland\Delphi 2.0\Help 
  47.    
  48.    path, may translate to 
  49.    
  50.    c:\progra~1\borland\delphi~1.0\Help
  51.  
  52.    Select File | Open, choose the file ..\Bin\Delphi.Hdx
  53.  
  54.    Select Keywords | Add Keyword File, then specify 
  55.    ..\Help\Contain.Kwf relative to the installation
  56.    directory of the Spider Container classes.
  57.    
  58.    Select File | Save, then exit the Delphi Help Installer.
  59.  
  60.